home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / FInf1_155.lha / FInf / CHANGES next >
Text File  |  1994-10-19  |  2KB  |  53 lines

  1.  
  2. V1.146 and before
  3. =================
  4.  
  5. Very ancient history lost!
  6.  
  7. V1.147
  8. ======
  9. Because of the addition of two "new" keywords the function
  10. of the NEWER and OLDER keywords has been slightly changed.
  11. The two new keywords are NEWEREQ and OLDEREQ, so guess
  12. what NEWER and OLDER now don't do!
  13. (EQ stands for equal)
  14.  
  15. V1.148
  16. ======
  17. The OLDER[EQ] keyword didn't function anymore. Fixed.
  18. A typo, MOVE.L D0,A0 was accidently replaced by a MOVE.L A0,D0.
  19. Don't ask me why.
  20.  
  21. V1.149
  22. ======
  23. Changed returncodes a bit. FInf now returns a
  24.         0 (OK)    when all went fine.
  25.         5 (WARN)  when no objects (files/dirs) were listed at all.
  26.         7 (WARN)  when a explicitly named object belonging to a keyword was not found.
  27.        10 (ERROR) when a break signal was received.
  28.        20 (FAIL)  a fatal error occured.
  29.  
  30. V1.150
  31. ======
  32. Added more argument checking. Beware, finf is now picky on missing keyword values.
  33. Pre 1.150 "FInf TYPE" would work. Now returns an error.
  34. Pre 1.150 "FInf SUB iff" would NOT work (in general) because iff was recognized
  35. as a keyword. Now iff is seen as a search string. Remember, quoted "words"
  36. are never recognized as a keyword.
  37.  
  38. V1.151
  39. ======
  40. Added new fontheader.
  41. Finally correct recognition of protected library imploded executables (rare!)
  42.  
  43. V1.154
  44. ======
  45. Hacked in a SORT keyword. Only useful for creation of scripts. This option
  46. automatically enables the NOANSI, NOHEADER and QUICK keywords. (-na -nh -q)
  47.  
  48. V1.155
  49. ======
  50. Added -aq keyword (AddQuotes). This places quotes around all filenames, handy
  51. to avoid hassle with escaping "'s in e.g. aliasses. At the same time
  52. removed a buffer overrun problem with NOX and printing entire paths.
  53.